Add single-include guards to a11y headers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Oct 2012 15:39:38 +0000 (11:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:05:02 +0000 (12:05 -0500)
More preparation for installing these headers.

44 files changed:
gtk/a11y/gtkarrowaccessible.h
gtk/a11y/gtkbooleancellaccessible.h
gtk/a11y/gtkbuttonaccessible.h
gtk/a11y/gtkcellaccessible.h
gtk/a11y/gtkcellaccessibleparent.h
gtk/a11y/gtkcheckmenuitemaccessible.h
gtk/a11y/gtkcomboboxaccessible.h
gtk/a11y/gtkcontaineraccessible.h
gtk/a11y/gtkcontainercellaccessible.h
gtk/a11y/gtkentryaccessible.h
gtk/a11y/gtkexpanderaccessible.h
gtk/a11y/gtkframeaccessible.h
gtk/a11y/gtkiconviewaccessible.h
gtk/a11y/gtkimageaccessible.h
gtk/a11y/gtkimagecellaccessible.h
gtk/a11y/gtklabelaccessible.h
gtk/a11y/gtklinkbuttonaccessible.h
gtk/a11y/gtklockbuttonaccessible.h
gtk/a11y/gtkmenuaccessible.h
gtk/a11y/gtkmenuitemaccessible.h
gtk/a11y/gtkmenushellaccessible.h
gtk/a11y/gtknotebookaccessible.h
gtk/a11y/gtknotebookpageaccessible.h
gtk/a11y/gtkpanedaccessible.h
gtk/a11y/gtkprogressbaraccessible.h
gtk/a11y/gtkradiobuttonaccessible.h
gtk/a11y/gtkradiomenuitemaccessible.h
gtk/a11y/gtkrangeaccessible.h
gtk/a11y/gtkrenderercellaccessible.h
gtk/a11y/gtkscaleaccessible.h
gtk/a11y/gtkscalebuttonaccessible.h
gtk/a11y/gtkscrollbaraccessible.h
gtk/a11y/gtkscrolledwindowaccessible.h
gtk/a11y/gtkspinbuttonaccessible.h
gtk/a11y/gtkspinneraccessible.h
gtk/a11y/gtkstatusbaraccessible.h
gtk/a11y/gtkswitchaccessible.h
gtk/a11y/gtktextcellaccessible.h
gtk/a11y/gtktextviewaccessible.h
gtk/a11y/gtktogglebuttonaccessible.h
gtk/a11y/gtktoplevelaccessible.h
gtk/a11y/gtktreeviewaccessible.h
gtk/a11y/gtkwidgetaccessible.h
gtk/a11y/gtkwindowaccessible.h

index 151f419e917320e3e6be44cec13e845030e9d485..42355e1d006d935d26f20bcebcd3d8ad0be8718b 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_ARROW_ACCESSIBLE_H__
 #define __GTK_ARROW_ACCESSIBLE_H__
 
index 7bef74ffc93a0cded0d8c80f70ba7e24332963cd..79cfb6017789f6c7b5f82abd2c8941969dd825ee 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
 #define __GTK_BOOLEAN_CELL_ACCESSIBLE_H__
 
index e8fe21cd2175e997f4d05d0f97a899331da7dc8b..f06a754ae90733fff53fefd8670a96ee580ca96c 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_BUTTON_ACCESSIBLE_H__
 #define __GTK_BUTTON_ACCESSIBLE_H__
 
index caa1cc6e61d3df7d2439eca82434f28b80e730a8..7a2d88ec032a07a5df6e3ac2d4e2d90f2bef2a5b 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_CELL_ACCESSIBLE_H__
 #define __GTK_CELL_ACCESSIBLE_H__
 
index 07a5b004d9f93cad3b237fd4caff0ea948db9b11..bef4f3680f1860187cf6eb875553ca1724f7b9f3 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__
 #define __GTK_CELL_ACCESSIBLE_PARENT_H__
 
index 6d2516cb2985cadd885c490e8c3aa49fe678eeb9..d73432d360c70419af34f194abcc30dfb95f08ec 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
 #define __GTK_CHECK_MENU_ITEM_ACCESSIBLE_H__
 
index 214f5eb4ad593728aed42bfc74a7fe907a70287b..d0c082d7be8574dca3e8e695215e6cf8a7b3700b 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_COMBO_BOX_ACCESSIBLE_H__
 #define __GTK_COMBO_BOX_ACCESSIBLE_H__
 
index 605f22e0fb51979bff2a4931c3e8d54d0504eecb..1811df6fec5881b67e7127568b1345653ad53297 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_CONTAINER_ACCESSIBLE_H__
 #define __GTK_CONTAINER_ACCESSIBLE_H__
 
index 7f78f77c47c5ec1cf449f5f32285fb7f0ba24cde..234e87d5d08a2601c28c20afa5bd92341e808aa8 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_CONTAINER_CELL_ACCESSIBLE_H__
 #define __GTK_CONTAINER_CELL_ACCESSIBLE_H__
 
index 30cdfd88471e6e3bc992ca33c4ea004f07e4c29e..0492287e1e00464bfbec1ec0a84fe20eee5d3293 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_ENTRY_ACCESSIBLE_H__
 #define __GTK_ENTRY_ACCESSIBLE_H__
 
index b110c24206dbc16910817d546a2631060cdc84cd..82d635fc9a82a9960ace221e3ea0359944ef9231 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_EXPANDER_ACCESSIBLE_H__
 #define __GTK_EXPANDER_ACCESSIBLE_H__
 
index e82119e3f58931657476e0ed1495b3d7d9dda0fb..9d794b42db612372d6db1a6315057e002b890781 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_FRAME_ACCESSIBLE_H__
 #define __GTK_FRAME_ACCESSIBLE_H__
 
index 0474b3d393911c7066eb0ed166754719d7e70f79..76977b5d3dd965048503fd59b1fcb382a07e0ccb 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_ICON_VIEW_ACCESSIBLE_H__
 #define __GTK_ICON_VIEW_ACCESSIBLE_H__
 
index dae9cdc6f56dfa8279dae4e878e5d30dfd551c82..f6d70dda23eb87338e269bbcde9bc27459c0fc9e 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_IMAGE_ACCESSIBLE_H__
 #define __GTK_IMAGE_ACCESSIBLE_H__
 
index b1db0f7b1dde371b9858724a76937459d9bfca9f..c288d89c66b50e5f4e90098471c5e6c420985149 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_IMAGE_CELL_ACCESSIBLE_H__
 #define __GTK_IMAGE_CELL_ACCESSIBLE_H__
 
index 7f38ce32b14a783e7b0d3ee3f747eb248b3af37a..48bdf8c2b22e6fe7fe6edbcb209d8644a6037f94 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_LABEL_ACCESSIBLE_H__
 #define __GTK_LABEL_ACCESSIBLE_H__
 
index b3eb7b8130004cd95b09f18a9732024485227a50..b4844139f7006c151ea2a6656e4ba9603e8f2f5a 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_LINK_BUTTON_ACCESSIBLE_H__
 #define __GTK_LINK_BUTTON_ACCESSIBLE_H__
 
index c275072de6bce401433f218c7d49910e1abc737b..6a9bc2fb5bfb90a9103de0da52436bf8b09f8f01 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_LOCK_BUTTON_ACCESSIBLE_H__
 #define __GTK_LOCK_BUTTON_ACCESSIBLE_H__
 
index 8b6556faa476f9cec65481fa0709927aa11c37c3..95b21e85b94b59256a1f86519a5a9202de34deb2 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_MENU_ACCESSIBLE_H__
 #define __GTK_MENU_ACCESSIBLE_H__
 
index 7f12ebdb23d4e49998b5849dc3906c6aa6a08123..98530e7c2ae101f1d9a14e94c10c7f94f947a65b 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__
 #define __GTK_MENU_ITEM_ACCESSIBLE_H__
 
index 393ce4bb3beabbac81c4947f3082e68343ec3e9c..156a8200a01180e1dbf9134f3cc4e346b23facf0 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_MENU_SHELL_ACCESSIBLE_H__
 #define __GTK_MENU_SHELL_ACCESSIBLE_H__
 
index 60146a7a2db17c4455c489fa953a9dd0d1bad4d7..6ffc381d6a48bcd48bdbacffce534ac5729f8bb7 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_NOTEBOOK_ACCESSIBLE_H__
 #define __GTK_NOTEBOOK_ACCESSIBLE_H__
 
index 63db83677e5dba565b3c3444c4b96a7cdaca414f..86bd005c9e3ea48aecaee9e3e38b5a235fec2650 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
 #define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
 
index 69aced6aceef56bd1e69a578174457ba81f741e6..7ed4a0130d4e599812d2be143b2907902a9091a0 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_PANED_ACCESSIBLE_H__
 #define __GTK_PANED_ACCESSIBLE_H__
 
index 0979ad21cf029918741e56ad9bac6cb5c49c4cc0..39a1521961af38d960ff6d2452ae99243cdfdbdf 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_PROGRESS_BAR_ACCESSIBLE_H__
 #define __GTK_PROGRESS_BAR_ACCESSIBLE_H__
 
index f10a1e34a98ba23144f0d35ddd7d94b33d5b6c48..d3ce8dcf76ffa8e1ee566b9e7fff3f77326a8519 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_RADIO_BUTTON_ACCESSIBLE_H__
 #define __GTK_RADIO_BUTTON_ACCESSIBLE_H__
 
index bdf3690500d9ae1bfbce07a2f1e48cdfa34e9e45..2c9f89aceef641f8dd69c4a867e30a9161bc479b 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
 #define __GTK_RADIO_MENU_ITEM_ACCESSIBLE_H__
 
index 47db74ae38946e5e6858ff251a4dfc2640b08bad..7fbba15166f9cfd150d226e345a38a7babe137ad 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_RANGE_ACCESSIBLE_H__
 #define __GTK_RANGE_ACCESSIBLE_H__
 
index 4bb26256853b9f87ee11e769c56b156bbdd84788..a171918f7decb9e065d6a7fd19989a8dbd86dcb6 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_RENDERER_CELL_ACCESSIBLE_H__
 #define __GTK_RENDERER_CELL_ACCESSIBLE_H__
 
index 42301ef5268a24637be80cc54f4a32479d8e8730..4cb249a3574d907c1800336b73e86179e2dfc823 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SCALE_ACCESSIBLE_H__
 #define __GTK_SCALE_ACCESSIBLE_H__
 
index 4a60164f39991af0d536083ac9108cb67b5c59a2..e0acf186b19a3db740bdbabb61e21e0e7c76714f 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SCALE_BUTTON_ACCESSIBLE_H__
 #define __GTK_SCALE_BUTTON_ACCESSIBLE_H__
 
index c32144d03aa486ee0a258232baaeaf8a3738bae3..57b9847692099ab0a95a274a5052f8fe80a9e1d5 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SCROLLBAR_ACCESSIBLE_H__
 #define __GTK_SCROLLBAR_ACCESSIBLE_H__
 
index fb31190872f1f553c5402bcfac019817cec0f94b..b847f8fdfe267baa0614fbf2af999b0982b93acc 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
 #define __GTK_SCROLLED_WINDOW_ACCESSIBLE_H__
 
index a2b4502d942541ce34669e3a2c7aa09313113836..2b3d5dd4990a46c564907c2aef9bf69c29afa06e 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__
 #define __GTK_SPIN_BUTTON_ACCESSIBLE_H__
 
index fdb3f498fca387d0d93e188d059718f482804a91..d0b257019176146abddfb81df0f935fbe3990b5a 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SPINNER_ACCESSIBLE_H__
 #define __GTK_SPINNER_ACCESSIBLE_H__
 
index 7706f4766983a369c471f253e4f9fda25b884ccd..8110b5755a706c3bea1014c863e47fa0bfcf303c 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_STATUSBAR_ACCESSIBLE_H__
 #define __GTK_STATUSBAR_ACCESSIBLE_H__
 
index 7e11513592ed40178129b2935326ca9ac6b46fe7..93f2f49d222b02d89a203a0ce8209a1704fee891 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_SWITCH_ACCESSIBLE_H__
 #define __GTK_SWITCH_ACCESSIBLE_H__
 
index 21c1ffa17361a370212819a09a8e8641cf2fc334..3d9b4ad88e444cd92159d9b53d7ca2ef77b0e20c 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_TEXT_CELL_ACCESSIBLE_H__
 #define __GTK_TEXT_CELL_ACCESSIBLE_H__
 
index c13d58f1cc51e76475c610dba79fbf10b51f4002..237120c15969ea9bddf577322310627df3d313f2 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_TEXT_VIEW_ACCESSIBLE_H__
 #define __GTK_TEXT_VIEW_ACCESSIBLE_H__
 
index 328e10796c9b1b081d44e094b8cacca738276d42..0749a0e019e480307944bb81cffc2e1e0cded927 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
 #define __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
 
index 07e4c3497dcb9a0cf4af10abb8c11871d9af07de..f2982b4fee02d522f8237da5903bbbaf34d11303 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_TOPLEVEL_ACCESSIBLE_H__
 #define __GTK_TOPLEVEL_ACCESSIBLE_H__
 
index 4c8730fc5416148a049f7caa2c90adc02b8e2090..1efdd10201d9b2d45d970af859d459c85375bde4 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_TREE_VIEW_ACCESSIBLE_H__
 #define __GTK_TREE_VIEW_ACCESSIBLE_H__
 
index 003d2fbe5d8e321df72e9ab6cd422fe533516066..da966587396071615db88fb0326fd1939d3876be 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_WIDGET_ACCESSIBLE_H__
 #define __GTK_WIDGET_ACCESSIBLE_H__
 
index 5933b87ddc81e0b649d9be2e6a0a4ff01e6624dd..a91f0942ae25a4ebdcfd609c0db4b3cb637b4a45 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
 #ifndef __GTK_WINDOW_ACCESSIBLE_H__
 #define __GTK_WINDOW_ACCESSIBLE_H__